Creating a Standard Set of Municipal Lookups
Need
Work started based on a spreadsheet created by Paul Reim from the Boston Region MPO. This spreadsheet contained a list of municipalities and other information such as the MPO, RPA, and various MBTA service areas among other measures.
The resulting table was taken from that source spreadsheet as much as possible, starting with creating a 2020 county subdivision GEOID and adding and checking columns from that point. Where possible the GEOID was used as a join. Other times the municipality name was used. When those joins failed (Manchester vs Manchester-by-the-Sea), we manually filled in the information.
Recently added fields are those representing MassDOT districts, the types of communities found in the multi-family zoning law, MAPC Community types, and a reworking of the MBTA Service Area fields. We also updated the RTAs based on what we could find online.
The final table contains information about:
| Field | Example | Description | Source |
|---|---|---|---|
| TOWNID | 100 | State-derived id. Generally alphabetical, with exceptions for name changes. | https://www.mass.gov/info-details/massgis-data-2020-us-census-towns |
| GEOID20 | 2501724960 | TIGER Country Subdivision GEOID | TIGER: MA County Subdivision, 2020 |
| TOWN | Framingham | Town name for presentation | https://www.mass.gov/info-details/massgis-data-2020-us-census-towns |
| COUNTY_NUM | 017 | FIPS county number | TIGER: MA County Subdivision, 2020 |
| COUNTY_NAME | Middlesex | County name without "County" | https://www.mass.gov/info-details/massgis-data-2020-us-census-towns |
| MASSDOT_DISTRICT | 3 | MassDOT District | https://www.mass.gov/info-details/find-your-highway-district-office https://massgov.github.io/DOT/DistrictandTowns.html https://massgov.github.io/DOT/DistrictandTowns.xlsx |
| RPA | MAPC | Regional Planning Agency | https://www.mass.gov/info-details/massgis-data-regional-planning-agencies |
| MPO | Boston Region | Metropolitan Planning Organization | https://www.mass.gov/info-details/massgis-data-regional-planning-agencies, with OCPC/MAPC munis entered into a single MPO |
| MPO_SUBREGION | MetroWest | MPO Subregion | https://www.ctps.org/mpo_communities | http://www.cmrpc.org/community-snapshots.html | https://www.mrpc.org/montachusett-metropolitan-planning-organization-mmpo | https://www.capecodcommission.org/resource-library/file? |url=%2Fdept%2Fcommission%2Fteam%2Frpp%2Frpp_final%2F2018_Cape_Cod_Regional_Policy_Plan_for_web.pdf | https://www.pvpc.org/sites/default/files/images/MPO%20Subregion%202010%20Pop--800.jpg | https://mvpc.org/wp-content/uploads/FInal-MVMPO-FFY-2023-UPWP-8_19_22-Unsigned.pdf | https://frcog.org/wp-content/uploads/2021/04/DRAFT-Franklin-2022-2026-TIP-Narrative.pdf | https://oldcolonyplanning.org/wp-content/uploads/2022/09/Old-Colony-MPO-Local-Signatory-Election-Process-web.pdf | https://srpedd.s3.amazonaws.com/wp-content/uploads/2022/05/03161102/FINAL-SMMPO-MOU-10-19-2021-A.pdf | https://www.mvcommission.org/sites/default/files/docs/MV%20PPP%20March%202017%20Final.pdf |
| RTA | MWRTA | Regional Transportation Authorities: Municpalities that are part of no RTA and are in the MBTA service area are noted differently than municipalities that are not member of any transit-providing agency. | https://www.mass.gov/info-details/public-transportation-in-massachusetts |
| MBTA | Core (51) | MBTA Core Municipalities: 14 and 51 community definitions from MGL161A and other named communities, plus additions over time. | https://malegislature.gov/Laws/GeneralLaws/PartI/TitleXXII/Chapter161A/Section1 https://mbta-massdot.opendata.arcgis.com/datasets/MassDOT::mbta-extended-service-area/about |
| MBTA_MFZONING | Commuter Rail | Community categories from the Multifamily Zoning Law | https://www.mass.gov/info-details/multi-family-zoning-requirement-for-mbta-communities |
| MAPC_COMM_TYPE | Regional Urban Centers | MAPC Community Types (2008) | http://www.mapc.org/wp-content/uploads/2017/09/Massachusetts-Community-Types-Summary-July_2008.pdf |
| MAPC_COMM_SUBTYPE | Sub-Regional Urban Centers | MAPC Community Subtype (2008) | http://www.mapc.org/wp-content/uploads/2017/09/Massachusetts-Community-Types-Summary-July_2008.pdf |
The Data
The data itself can be reviewed here or downloaded from the repo.
Mapping the Data
With this list, we can pull a municipality (county subdivision) dataset that contains 2020 GEOIDs and use that to join in our information.
You can use the above links to compare the various layers and their accuracy.
The map will load with a state border and the towns visible. Click on the layer selector on the left side of the map to start navigating through layers. All of the legends will show up at first. As you toggle off each layer the legends become more manageable.
Questions
- Checks
- MPO Subregions
- RTA Membership
- Other useful fields?
- MassDOT Subregions?
- Other-muni derived MassGIS datasets?
- Other useful MBTA levels?
- RPA vs MPO membership? Only the couple MAPC/OCPC munis?
- Tracking changes over time?
- Other “Town Names” that show up in “found” datasets? (‘borough’ vs ‘boro’, Manchester vs -in-the-Sea)